







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public class Set<T> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class Set(Of T) |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class Set |
Type Parameters
- T
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
![]() | Comparer |
Returns the IEqualityComparer<T> used to compare items in this set.
|
![]() | Count |
Returns the number of items in the set.
(Overrides CollectionBase<(Of <T>)>..::Count.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICollection<(Of <T>)>..::IsReadOnly | (Inherited from CollectionBase<(Of <T>)>.) |
![]() ![]() | ICollection..::IsSynchronized |
Indicates whether the collection is synchronized.
(Inherited from CollectionBase<(Of <T>)>.) |
![]() ![]() | ICollection..::SyncRoot |
Indicates the synchronization object for this collection.
(Inherited from CollectionBase<(Of <T>)>.) |
See Also
Wintellect.PowerCollections Namespace